Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentFormat<TDocument,TLoadSettings,TSaveSettings> Class
Properties Methods


In This Topic
    NDocumentFormat<TDocument,TLoadSettings,TSaveSettings> Class Members
    In This Topic

    The following tables list the members exposed by NDocumentFormat<TDocument,TLoadSettings,TSaveSettings>.

    Public Properties
     NameDescription
    Public PropertyReturns true if the format can load a document from stream. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyReturns true if the format can save a document to a stream. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the file extensions this format can have without the dot. For example: "docx", "html", "pdf", "rtf", etc. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the file signature of this document format. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the mime type. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the name of the format. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Loads a document from the specified file.  
    Public MethodLoads a document from from the specified stream.  
    Public MethodOverloaded. Overridden. Loads the document form the specified stream  
    Public MethodSaves the document to the specified file  
    Public MethodSaves a document to the specified stream.  
    Public MethodOverloaded. Overridden. Saves the specified document to the specified stream  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Protected MethodLoads a document from the given stream.  
    Protected MethodLoads a document from the specified stream.  
    Protected MethodCalled when the document has been loaded  
    Protected MethodCalled when the document has been saved.  
    Protected MethodCalled when the document has failed to be saved successfully  
    Protected MethodCalled when the document is about to be saved.  
    Protected MethodCalled when the format is used. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Method  
    Protected MethodSaves a document to the given stream.  
    Protected MethodSaves a document to the specified stream.  
    Internal Method  
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Method  
    Internal Method  
    Top
    See Also